body {
    background-color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Inter", sans-serif; 
    font-weight: 400;
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
}



header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #a90404;
    width: 100%;
    box-sizing: border-box;
}

header h1 {
    color: white;
    font-size: 50px;
    margin-left: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.container img{
    border-radius: 20px;
}
.special {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    min-height: 32px;
    text-align: center;
    padding: 10px 0;
    background-color: #b70505;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 20px;
    min-width: 100%;
    margin-bottom: 5px;
}



a{
text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;

}
.special a:hover {
    color: goldenrod;
}


.subtitle {
    text-align: center;
    font-weight: bolder;
    font-size: 1.8rem;
    margin: 20px 0;
}

.aboutusheading {
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    color: rgb(151, 34, 34);
    margin-top: 30px;
    font-family: 'Ubuntu';
}

.Who-we {
    text-align: left;
    font-size: 35px;
    font-weight: bolder;
    color: rgb(151, 34, 34);
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 5px;
    font-family: 'Ubuntu';

}

.Who-we-text{
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    color: rgb(8, 3, 77);
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 20%;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 1.9;
}

.aboutus-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
    flex-wrap: wrap; 
    
}


.aboutusmain {
    text-align: right;
    margin-top: 0px;
    margin: 30px;
    flex: 1 1 250px; 
    padding: 10px;
    font-family: 'Ubuntu';
    font-weight: bolder;
    padding: 15px;
    margin: 20px 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
     flex: 0 0 150px; 
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;

}

.aboutusmain h3 {
    font-size: 1.8rem;
    color: rgb(151, 34, 34);
   
    margin-bottom: 0;
}

.aboutusmain h4 {
    font-size: 1.4rem;
    color: rgb(151, 34, 34);
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0px;
}

.aboutusmain img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-top: 10px;
    align-self: left;
    margin-left: 0;
}


.aboutus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; 
    width: 100%;
    margin-top: 0;
}

.aboutus2 {
    font-size: 1.2rem;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-color: rgb(232, 176, 32);
    padding: 15px;
    width: 90%;
    max-width: 800px;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.aboutus2 p {
    margin: 10px 0;
}

.xyz {
    color: white;
    font-size: 1.5rem;
}

.contactusheading {
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    margin-top: 30px;
}

.contactus{
text-align: center;
font-size: 20px;
color: white;
}

.updates {
    font-family: 'Inter';
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    color: brown;
    padding: 15px;
    margin: 20px 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
}

@media (max-width: 768px) {
    header h1 {
        font-size: 1.8rem;
        margin-left: 10px;
    }

    .special a {
        font-size: 1.2rem;
        padding: 10px;
        margin: 0 8px;
    }

    .subtitle {
        font-size: 1.5rem;
    }

    .aboutusheading {
        font-size: 1.5rem;
    }

    .aboutusidk {
        font-size: 1.1rem;
     
    }

    .aboutusmain h3 {
        font-size: 1.5rem;
    }

    .aboutusmain img {
        width: 150px;
        height: 150px;
    }

    .aboutus-container {
        flex-direction: column; 
        align-items: center;
    }

    .aboutusmain, .aboutusidk {
        flex: 1 1 100%;
        margin-top: 20px;
    }
}


@media (max-width: 480px) {
    header h1 {
        font-size: 1.5rem;
    }

    .special a {
        font-size: 1.1rem;
        padding: 8px 15px;
    }

    .subtitle {
        font-size: 1.3rem;
    }

    .aboutusheading {
        font-size: 1.3rem;
    }

    .aboutusidk {
        font-size: 1rem;
    }

    .aboutusmain h3 {
        font-size: 1.3rem;
    }

    .aboutusmain img {
        width: 120px;
        height: 120px;
    }
}
.bout{
    border-right: 3px solid goldenrod;
}

.aboutdiscord{
    
        align-items: center;
        align-content: center;
        align-self: center;
    
}
.dicordlink{
    background-color: rgb(97, 0, 207);
    margin-left: 500px;
    margin-right: 500px;
    border-radius: 15px;
    min-height: 20px ;
    height: 50px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 10px;
}

.dropdown {
    float: left;
    position: relative;
    border-radius: 15px;
  }

  .dropdown-content {
    display: none;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    position: absolute;
    left: 0; 
    top: 100%;
    border-radius: 15px;
  }
  
  .dropdown-content a {
    float: none;
    color: rgb(167, 4, 4);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    position: static;
  }
  
  .dropdown-content a:hover {
    background-color: #ffffff;
    border-radius: 15px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .joel{
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: 15px;
    max-width: 90%;
  }

  .award{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
  }

  .award-container{
    text-align: center;
    margin: 20px;
    flex: 1 1 250px; 
    padding: 10px;
    font-family: 'Inter';
    color: #a90404;
    font-weight: bolder;
    padding: 15px;
    margin: 20px 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    
  }


.subtitle, 
.subtitle p, 
.aboutusheading, 
.aboutusheading p {
  margin: 0;
  padding: 0;
}
body { gap: 0; }

.container-joel {
  display: flex;
  flex-wrap: wrap; 
  gap: 5px;
  width: 100%;
  
}

.item {
  flex: 1;
  box-sizing: border-box;
  padding: 0px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.about-writer{text-align: left;
    font-size: 20px;
    font-weight: bolder;
    color: rgb(8, 3, 77);
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 20%;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 1.9;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;}

.aboutusmain, .about-writer {
  width: auto;
  margin: 0;
}
